text/template.Template.name (field)
13 uses
text/template (current package)
exec.go#L185: return fmt.Errorf("template: no template %q associated with template %q", name, t.name)
template.go#L30: name string
template.go#L40: name: name,
template.go#L48: return t.name
template.go#L61: name: name,
template.go#L95: if k == t.name {
template.go#L96: nt.tmpl[t.name] = nt
template.go#L117: name: t.name,
template.go#L134: if name != t.name {
template.go#L210: trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())
template.go#L231: if old := t.tmpl[new.name]; old != nil && parse.IsEmptyTree(tree.Root) && old.Tree != nil {
template.go#L236: t.tmpl[new.name] = new